CSharpTest.Net
BPlusTree<TKey,TValue> Constructor(IComparer<TKey>)
See Also  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace > BPlusTree<TKey,TValue> Class > BPlusTree<TKey,TValue> Constructor : BPlusTree<TKey,TValue> Constructor(IComparer<TKey>)

comparer

Glossary Item Box

Constructs an in-memory BPlusTree

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal comparer As IComparer(Of TKey) _
)
C# 
public BPlusTree<TKey,TValue>( 
   IComparer<TKey> comparer
)

Parameters

comparer

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys